Crate indxvec[][src]

Modules

Macros

macro here!() gives &str with the current file:line path::function for error messages.

Structs

Minimum value, its index, Maximum value, its index

Traits

Methods to manipulate indices of Vec<usize> type.

Functions

Print vector of vectors

Helper function to format in green a single item.

Helper function write vector. Formats Vec as space separated values (ssv)
that can be Displayed without recourse to Debug. Saves space by using ssv instead of csv. This must be done in Rust item by item, hence the iteration. You can remove the green colour incantations at the beginning and at the end, if not wanted.